home *** CD-ROM | disk | FTP | other *** search
/ Delphi Magazine Collection 2001 / Delphi Magazine Collection 20001 (2001).iso / DISKS / Issue46 / Clinic / AutomationServer1MainFormU.dfm / AutomationServer1MainFormU.txt
Encoding:
Text File  |  1999-03-12  |  634 b   |  32 lines

  1. object FrmServer: TFrmServer
  2.   Left = 525
  3.   Top = 110
  4.   Width = 269
  5.   Height = 63
  6.   AutoSize = True
  7.   Caption = 'Server'
  8.   Color = clLime
  9.   Font.Charset = DEFAULT_CHARSET
  10.   Font.Color = clWindowText
  11.   Font.Height = -11
  12.   Font.Name = 'MS Sans Serif'
  13.   Font.Style = []
  14.   OldCreateOrder = False
  15.   OnCreate = FormCreate
  16.   PixelsPerInch = 96
  17.   TextHeight = 13
  18.   object Label1: TLabel
  19.     Left = 0
  20.     Top = 0
  21.     Width = 261
  22.     Height = 36
  23.     Caption = 'Automation Server'
  24.     Font.Charset = DEFAULT_CHARSET
  25.     Font.Color = clWindowText
  26.     Font.Height = -32
  27.     Font.Name = 'Arial'
  28.     Font.Style = []
  29.     ParentFont = False
  30.   end
  31. end
  32.